golang.org/x/net/idna.options.transitional (field)

9 uses

	golang.org/x/net/idna (current package)
		idna.go#L65: 	return func(o *options) { o.transitional = transitional }
		idna.go#L184: 	transitional      bool
		idna.go#L244: 	pp.transitional = false
		idna.go#L252: 	if p.transitional {
		idna.go#L296: 		transitional: transitionalLookup,
		idna.go#L561: 			if unicode16 && !p.transitional {
		idna.go#L568: 			if unicode16 && p.transitional && s[start:start+sz] == "ẞ" {
		idna.go#L676: 		if !p.transitional {
		idna.go#L803: 			if c := p.simplify(cat); c != valid && (!p.transitional || c != deviation) {